Using the command prompt.... yup I hear you..."the dos prompt!!!".
Yup, the only way is using the dos prompt I'm afraid.


Well get a ttf font (true type font), e.g. times.ttf.

goto the prompt and type:

"MakeFont -d E:\fonts\ times.rsp times.bmf"


The -d E:\fonts\ specifies the directory being used

The times.rsp is a text document, open it in notepad to see what is happening.

Finally the times.bmf is the output file :)
